home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
atheatre.dir
/
00352_Script_352
< prev
next >
Wrap
Text File
|
1995-09-06
|
399b
|
22 lines
global gWhatMovie, gTheHelpIsOn,gReInitGlobals
on startmovie
Arrowcursor
set gWhatMovie = "ATheatre"
set gTheHelpIsOn = 0
end
on StopMovie
set gReInitGlobals = 1
theatreKill
unload 1, 52
end
on direct2Stage
set countCast = 80
repeat while (countCast < 130)
set the directToStage of cast countCast = TRUE
set countCast = countCast + 1
end repeat
end